home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 January: Mac OS SDK / Dev.CD Jan 98 SDK1.toast / Development Kits (Disc 1) / AIAT 1.0.1 / Headers / Common / IADebugPrefix.h < prev    next >
Encoding:
Text File  |  1997-09-11  |  291 b   |  13 lines  |  [TEXT/CWIE]

  1. // IADebugPrefix.h
  2. //    Copyright:    © 1994 - 1996 by Apple Computer, Inc., all rights reserved.
  3.  
  4. #pragma once
  5. #ifndef IADebugPrefix_h
  6. #define IADebugPrefix_h
  7. // Turn on IA debugging code
  8. #define IADEBUG
  9.  
  10. /// DebugNew -- turn on CodeWarrior memory allocation checking
  11. #define DEBUG_NEW 2
  12. #endif
  13.